projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d976a95
)
(path-separator): Delete variable.
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:24:27 +0000
(
05:24
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:24:27 +0000
(
05:24
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 9021d8930348a540194732e4bfc3fdae94650c51..ea718410bd37ae6425049abd1cf20ec65c929500 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-373,9
+373,6
@@
with a definition that really does change some file names."
"Value of the CDPATH environment variable, as a list.
Not actually set up until the first time you you use it.")
-(defvar path-separator ":"
- "Character used to separate directories in search paths.")
-
(defun parse-colon-path (cd-path)
"Explode a colon-separated search path into a list of directory names."
(and cd-path